home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.CSS.CSS10.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  17.7 KB  |  406 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <cssmd:cssmd xmlns:cssmd="http://schemas.microsoft.com/CSS-Intellisense" version="VS8" description="CSS1 validation data" friendly-name="CSS 1.0">
  3.     <cssmd:property-set>
  4.         <!-- http://www.w3.org/TR/CSS1 -->
  5.  
  6.         <!-- Font Properties -->
  7.         <cssmd:property-def _locID="color" _locAttrData="description,syntax" type="color"
  8.             description="Color of an element's text" 
  9.             syntax="#RRGGBB | Named Color" 
  10.             enum="aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow"
  11.             group="Font"
  12.             />
  13.         <cssmd:property-def _locID="font" _locAttrData="description,syntax" type="composite"
  14.             description="Font used for an element's text" 
  15.             syntax="font-style font-variant font-weight font-size/line-height font-family"
  16.             group="Font"
  17.             />
  18.         <cssmd:property-def _locID="font-family" _locAttrData="description,syntax" type="font" 
  19.             description="Name of the font used for an element's text" 
  20.             syntax="A font face name sequence"
  21.             group="Font"
  22.             />
  23.         <cssmd:property-def _locID="font-style" _locAttrData="description,syntax" type="enum" 
  24.             description="Style of the font used for an element's text" 
  25.             syntax="One of the font-style values" 
  26.             enum="italic normal oblique"
  27.             group="Font"
  28.             />
  29.         <cssmd:property-def _locID="font-variant" _locAttrData="description,syntax" type="enum" 
  30.             description="Variant of the font used for an element's text" 
  31.             syntax="One of the font-variant values" 
  32.             enum="normal small-caps"
  33.             group="Font"
  34.             />
  35.         <cssmd:property-def _locID="font-size" _locAttrData="description,syntax" type="enum-length" 
  36.             description="Size of the font used for an element's text" 
  37.             syntax="length | percentage | standard font size value" 
  38.             enum="xx-small x-small small medium large x-large xx-large smaller larger"
  39.             group="Font"
  40.             />
  41.         <cssmd:property-def _locID="font-weight" _locAttrData="description,syntax" type="enum" 
  42.             description="Boldness of the font used for an element's text" 
  43.             syntax="One of the font-weight values" 
  44.             enum="normal bold lighter bolder 100 200 300 400 500 600 700 800 900"
  45.             group="Font"
  46.             />
  47.         <cssmd:property-def _locID="text-decoration" _locAttrData="description,syntax" type="enum-list" 
  48.             description="Decorations applied to font used for an element's text" 
  49.             syntax="none | combination of 'underline', 'overline', 'line-through' and 'blink'"
  50.             enum="none underline overline line-through blink"
  51.             group="Font"
  52.             />
  53.  
  54.         <!-- Background Properties -->
  55.         <cssmd:property-def _locID="background" _locAttrData="description,syntax" type="composite" 
  56.             description="Background of an element" 
  57.             syntax="[background-color] [background-image] [background-repeat] [background-attachment] [background-position]"
  58.             group="Background"
  59.             />
  60.         <cssmd:property-def _locID="background-color" _locAttrData="description,syntax" type="color" 
  61.             description="Color used for an element's background" 
  62.             syntax="#RRGGBB | Transparent | Named Color" 
  63.             enum="transparent aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow"
  64.             group="Background"
  65.             />
  66.         <cssmd:property-def _locID="background-image" _locAttrData="description,syntax" type="url" 
  67.             description="Image used for an element's background" 
  68.             syntax="none | url([url to image])"
  69.             enum="none"
  70.             group="Background"
  71.             />
  72.         <cssmd:property-def _locID="background-attachment" _locAttrData="description,syntax" type="enum" 
  73.             description="How the background image is attached to an element within the document" 
  74.             syntax="One of the background-attachment values" 
  75.             enum="fixed scroll"
  76.             group="Background"
  77.             />
  78.         <cssmd:property-def _locID="background-repeat" _locAttrData="description,syntax" type="enum" 
  79.             description="How the background image is tiled within an element" 
  80.             syntax="One of the background-repeat values" 
  81.             enum="no-repeat repeat repeat-x repeat-y"
  82.             group="Background"
  83.             />
  84.         <cssmd:property-def _locID="background-position" _locAttrData="description,syntax" type="composite" 
  85.             description="How the background is positioned within an element" 
  86.             syntax="[horizontal position] [vertical position]"
  87.             enum="bottom center left right top"
  88.             group="Background"
  89.             />
  90.         <cssmd:property-def _locID="background-position-x" _locAttrData="description,syntax" type="enum-length" 
  91.             nonbrowseable="true"
  92.             description="How the background is positioned within an element" 
  93.             enum="left right center"
  94.             group="Background"
  95.             />
  96.         <cssmd:property-def _locID="background-position-y" _locAttrData="description,syntax" type="enum-length" 
  97.             nonbrowseable="true"
  98.             description="How the background is positioned within an element" 
  99.             enum="top bottom center"
  100.             group="Background"
  101.             />
  102.  
  103.         <!-- Text Properties -->
  104.         <cssmd:property-def _locID="text-align" _locAttrData="description,syntax" type="enum" 
  105.             description="The horizontal alignment of an element's text" 
  106.             syntax="One of the text-align values" 
  107.             enum="center justify left right"
  108.             group="Block"
  109.             />
  110.         <cssmd:property-def _locID="vertical-align" _locAttrData="description,syntax" type="enum-length" 
  111.             description="The vertical alignment of an element's text" 
  112.             syntax="One of the vertical-align values | a unit" 
  113.             enum="baseline bottom middle sub super text-bottom text-top top"
  114.             group="Block"
  115.             />
  116.         <cssmd:property-def _locID="letter-spacing" _locAttrData="description,syntax" type="enum-length" 
  117.             description="The spacing between characters" 
  118.             syntax="normal | a unit" 
  119.             enum="normal"
  120.             group="Block"
  121.             />
  122.         <cssmd:property-def _locID="line-height" _locAttrData="description,syntax" type="enum-length" 
  123.             description="The spacing between lines" 
  124.             syntax="normal | a unit" 
  125.             enum="normal"
  126.             group="Block"
  127.             />
  128.         <cssmd:property-def _locID="text-indent" _locAttrData="description,syntax" type="length" 
  129.             description="The indentation of text" 
  130.             syntax="a unit"
  131.             group="Block"
  132.             />
  133.         <cssmd:property-def _locID="text-transform" _locAttrData="description,syntax" type="enum" 
  134.             description="Letter case of the text" 
  135.             syntax="One of the text-transform values" 
  136.             enum="capitalize lowercase none uppercase"
  137.             group="Font"
  138.             />
  139.         <cssmd:property-def _locID="word-spacing" _locAttrData="description,syntax" type="enum-length" 
  140.             description="The spacing between words" 
  141.             syntax="normal | a unit" 
  142.             enum="normal"
  143.             group="Block"
  144.             />
  145.         <cssmd:property-def _locID="white-space" _locAttrData="description,syntax" type="enum" 
  146.             description="A value that indicates whether lines are automatically broken inside the object" 
  147.             syntax="One of the white-space values" 
  148.             enum="normal nowrap pre"
  149.             group="Block"
  150.             />
  151.  
  152.         <!-- Position Properties -->
  153.         <cssmd:property-def _locID="height" _locAttrData="description,syntax" type="enum-length" 
  154.             description="The height of a positioned element" 
  155.             syntax="auto | a unit" 
  156.             enum="auto"
  157.             group="Position"
  158.             />
  159.         <cssmd:property-def _locID="width" _locAttrData="description,syntax" type="enum-length" 
  160.             description="The width of a positioned element" 
  161.             syntax="auto | a unit" 
  162.             enum="auto"
  163.             group="Position"
  164.             />
  165.  
  166.         <!-- Layout Properties -->
  167.         <cssmd:property-def _locID="display" _locAttrData="description,syntax" type="enum" 
  168.             description="The display mode of an element" 
  169.             syntax="One of the display values" 
  170.             enum="block inline list-item none"
  171.             group="Layout"
  172.             />
  173.         <cssmd:property-def _locID="float" _locAttrData="description,syntax" type="enum" 
  174.             description="Edge of the object on which text will flow" 
  175.             syntax="One of the float values" 
  176.             enum="left none right"
  177.             group="Layout"
  178.             />
  179.         <cssmd:property-def _locID="clear" _locAttrData="description,syntax" type="enum" 
  180.             description="Sides on which floating objects will not be allowed" 
  181.             syntax="One of the clear values" 
  182.             enum="both left none right"
  183.             group="Layout"
  184.             />
  185.  
  186.         <!-- Edges Properties -->
  187.         <cssmd:property-def _locID="padding" _locAttrData="description,syntax" type="composite" 
  188.             description="The padding around all four edges of an element" 
  189.             syntax="[top unit] [right unit] [bottom unit] [left unit]"
  190.             group="Box"
  191.             />
  192.         <cssmd:property-def _locID="padding-left" _locAttrData="description,syntax" type="enum-length" 
  193.             description="The padding on the left edge of an element" 
  194.             syntax="a unit"
  195.             group="Box"
  196.             />
  197.         <cssmd:property-def _locID="padding-right" _locAttrData="description,syntax" type="enum-length" 
  198.             description="The padding on the right edge of an element" 
  199.             syntax="a unit"
  200.             group="Box"
  201.             />
  202.         <cssmd:property-def _locID="padding-top" _locAttrData="description,syntax" type="enum-length" 
  203.             description="The padding on the top edge of an element" 
  204.             syntax="a unit"
  205.             group="Box"
  206.             />
  207.         <cssmd:property-def _locID="padding-bottom" _locAttrData="description,syntax" type="enum-length" 
  208.             description="The padding on the bottom edge of an element" 
  209.             syntax="a unit"
  210.             group="Box"
  211.             />
  212.         <cssmd:property-def _locID="margin" _locAttrData="description,syntax" type="composite" 
  213.             description="The margin around all four edges of an element" 
  214.             syntax="[top unit] [right unit] [bottom unit] [left unit]"
  215.             group="Box"
  216.             />
  217.         <cssmd:property-def _locID="margin-left" _locAttrData="description,syntax" type="enum-length" 
  218.             description="The margin on the left edge of an element" 
  219.             syntax="auto | a unit" enum="auto"
  220.             group="Box"
  221.             />
  222.         <cssmd:property-def _locID="margin-right" _locAttrData="description,syntax" type="enum-length" 
  223.             description="The margin on the right edge of an element" 
  224.             syntax="auto | a unit" enum="auto"
  225.             group="Box"
  226.             />
  227.         <cssmd:property-def _locID="margin-top" _locAttrData="description,syntax" type="enum-length" 
  228.             description="The margin on the top edge of an element" 
  229.             syntax="auto | a unit" enum="auto"
  230.             group="Box"
  231.             />
  232.         <cssmd:property-def _locID="margin-bottom" _locAttrData="description,syntax" type="enum-length" 
  233.             description="The margin on the bottom edge of an element" 
  234.             syntax="auto | a unit" enum="auto"
  235.             group="Box"
  236.             />
  237.         <cssmd:property-def _locID="border" _locAttrData="description,syntax" type="composite" 
  238.             description="The border around all four edges of an element" 
  239.             syntax="[border-style] [border-width] [border-color]"
  240.             group="Border"
  241.             />
  242.         <cssmd:property-def _locID="border-left" _locAttrData="description,syntax" type="composite" 
  243.             description="The border on the left edge of an element" 
  244.             syntax="[border-style] [border-width] [border-color]"
  245.             group="Border"
  246.             />
  247.         <cssmd:property-def _locID="border-right" _locAttrData="description,syntax" type="composite" 
  248.             description="The border on the right edge of an element" 
  249.             syntax="[border-style] [border-width] [border-color]"
  250.             group="Border"
  251.             />
  252.         <cssmd:property-def _locID="border-top" _locAttrData="description,syntax" type="composite" 
  253.             description="The border on the top edge of an element" 
  254.             syntax="[border-style] [border-width] [border-color]"
  255.             group="Border"
  256.             />
  257.         <cssmd:property-def _locID="border-bottom" _locAttrData="description,syntax" type="composite" 
  258.             description="The border on the bottom edge of an element" 
  259.             syntax="[border-style] [border-width] [border-color]"
  260.             group="Border"
  261.             />
  262.         <cssmd:property-def _locID="border-color" _locAttrData="description,syntax" type="color" 
  263.             iscomposite="true"
  264.             description="The color of the border around all four edges of an element" 
  265.             syntax="#RRGGBB | Named Color" 
  266.             enum="aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow"
  267.             group="Border"
  268.             />
  269.         <cssmd:property-def _locID="border-style" _locAttrData="description,syntax" type="enum" 
  270.             iscomposite="true"
  271.             description="The style of the border around all four edges of an element" 
  272.             syntax="One of the border-style values" 
  273.             enum="dashed dotted double groove inset none outset ridge solid"
  274.             group="Border"
  275.             />
  276.         <cssmd:property-def _locID="border-width" _locAttrData="description,syntax" type="enum-length" 
  277.             iscomposite="true"
  278.             description="The width of the border around all four edges of an element" 
  279.             syntax="a unit | One of the border-width values" enum="thin medium thick"
  280.             group="Border"
  281.             />
  282.         <cssmd:property-def _locID="border-left-color" _locAttrData="description,syntax" type="color" 
  283.             nonbrowseable="true"
  284.             description="The color of the border on the left edge of an element" 
  285.             syntax="#RRGGBB | Named Color" 
  286.             enum="aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow"
  287.             group="Border"
  288.             />
  289.         <cssmd:property-def _locID="border-left-width" _locAttrData="description,syntax" type="enum-length" 
  290.             description="The width of the border on the left edge of an element" 
  291.             syntax="a unit | One of the border-width values" enum="thin medium thick"
  292.             group="Border"
  293.             />
  294.         <cssmd:property-def _locID="border-left-style" _locAttrData="description,syntax" type="enum" 
  295.             nonbrowseable="true"
  296.             description="The style of the border on the left edge of an element" 
  297.             syntax="One of the border-style values" 
  298.             enum="dashed dotted double groove inset none outset ridge solid"
  299.             group="Border"
  300.             />
  301.         <cssmd:property-def _locID="border-right-color" _locAttrData="description,syntax" type="color" 
  302.             nonbrowseable="true"
  303.             description="The color of the border on the right edge of an element" 
  304.             syntax="#RRGGBB | Named Color" 
  305.             enum="aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow"
  306.             group="Border"
  307.             />
  308.         <cssmd:property-def _locID="border-right-width" _locAttrData="description,syntax" type="enum-length" 
  309.             description="The width of the border on the right edge of an element" 
  310.             syntax="a unit | One of the border-width values" 
  311.             enum="thin medium thick"
  312.             group="Border"
  313.             />
  314.         <cssmd:property-def _locID="border-right-style" _locAttrData="description,syntax" type="enum" 
  315.             nonbrowseable="true"
  316.             description="The style of the border on the right edge of an element" 
  317.             syntax="One of the border-style values" 
  318.             enum="dashed dotted double groove inset none outset ridge solid"
  319.             group="Border"
  320.             />
  321.         <cssmd:property-def _locID="border-top-color" _locAttrData="description,syntax" type="color" 
  322.             nonbrowseable="true"
  323.             description="The color of the border on the top edge of an element" 
  324.             syntax="#RRGGBB | Named Color" 
  325.             enum="aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow"
  326.             group="Border"
  327.             />
  328.         <cssmd:property-def _locID="border-top-width" _locAttrData="description,syntax" type="enum-length" 
  329.             description="The width of the border on the top edge of an element" 
  330.             syntax="a unit | One of the border-width values" 
  331.             enum="thin medium thick"
  332.             group="Border"
  333.             />
  334.         <cssmd:property-def _locID="border-top-style" _locAttrData="description,syntax" type="enum" 
  335.             nonbrowseable="true"
  336.             description="The style of the border on the top edge of an element" 
  337.             syntax="One of the border-style values" 
  338.             enum="dashed dotted double groove inset none outset ridge solid"
  339.             group="Border"
  340.             />
  341.         <cssmd:property-def _locID="border-bottom-color" _locAttrData="description,syntax" type="color" 
  342.             nonbrowseable="true"
  343.             description="The color of the border on the bottom edge of an element" 
  344.             syntax="#RRGGBB | Named Color" 
  345.             enum="aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow"
  346.             group="Border"
  347.             />
  348.         <cssmd:property-def _locID="border-bottom-width" _locAttrData="description,syntax" type="enum-length" 
  349.             description="The width of the border on the bottom edge of an element" 
  350.             syntax="a unit | One of the border-width values" 
  351.             enum="thin medium thick"
  352.             group="Border"
  353.             />
  354.         <cssmd:property-def _locID="border-bottom-style" _locAttrData="description,syntax" type="enum" 
  355.             nonbrowseable="true"
  356.             description="The style of the border on the bottom edge of an element" 
  357.             syntax="One of the border-style values" 
  358.             enum="dashed dotted double groove inset none outset ridge solid"
  359.             group="Border"
  360.             />
  361.  
  362.         <!-- Lists Properties -->
  363.         <cssmd:property-def _locID="list-style" _locAttrData="description,syntax" type="composite" 
  364.             description="The bullet characteristics of a list item" 
  365.             syntax="[list-style-type] [list-style-image] [list-style-position]"
  366.             group="List"
  367.             />
  368.         <cssmd:property-def _locID="list-style-type" _locAttrData="description,syntax" type="enum" 
  369.             description="The bullet style of a list item" 
  370.             syntax="One of the list-style-type values" 
  371.             enum="circle decimal disc lower-alpha lower-roman none square upper-alpha upper-roman"
  372.             group="List"
  373.             />
  374.         <cssmd:property-def _locID="list-style-image" _locAttrData="description,syntax" type="url" 
  375.             description="The bullet image of a list item" 
  376.             syntax="none | url([url to bullet image])"
  377.             enum="none"
  378.             group="List"
  379.             />
  380.         <cssmd:property-def _locID="list-style-position" _locAttrData="description,syntax" type="enum" 
  381.             description="The bullet position of a list item" 
  382.             syntax="One of the list-style-position values" 
  383.             enum="inside outside"
  384.             group="List"
  385.             />
  386.     </cssmd:property-set>
  387.     
  388.     <cssmd:pseudoclass-set>
  389.         <cssmd:pseudoclass-def _locID="link"
  390.             description="Unvisited link" 
  391.             />
  392.         <cssmd:pseudoclass-def _locID="visited"
  393.             description="Visited link" 
  394.             />
  395.         <cssmd:pseudoclass-def _locID="active"
  396.             description="Active link" 
  397.             />
  398.         <cssmd:pseudoclass-def _locID="first-line"
  399.             description="First line as formatted on the canvas" 
  400.             />
  401.         <cssmd:pseudoclass-def _locID="first-letter"
  402.             description="Initial caps or drop caps"
  403.             />
  404.     </cssmd:pseudoclass-set>
  405. </cssmd:cssmd>
  406.